document-driven development
A development process that centers around producing documents that describe how the code will be structured and then coding from those documents. Normally associated with "big-design up-front" or "waterfall" software development. Contrast this with test-driven development where the focus is on producing working code one test at a time.
Copyright © 2003-2008 Gerard Meszaros all rights reserved